Namespace Integer.Hooks

Functions

Link copied to clipboard
@extendable function after_add_value(integer_attribute: integer_attribute)
Link copied to clipboard
@extendable function after_remove_value(attribute: attribute, value: integer)
Link copied to clipboard
@extendable function after_set_value(integer_attribute: integer_attribute)
Link copied to clipboard
@extendable function after_update_value(integer_attribute: integer_attribute)
Link copied to clipboard
@extendable function before_add_value(instance: instance, attribute: attribute, value: integer)
Link copied to clipboard
@extendable function before_remove_value(integer_attribute: integer_attribute)
Link copied to clipboard
@extendable function before_set_value(instance: instance, attribute: attribute, integer_attribute: integer_attribute?, value: integer)
Link copied to clipboard
@extendable function before_update_value(integer_attribute: integer_attribute, value: integer)